home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
modules
/
nessus-2.2.8.mo
/
usr
/
include
/
nessus
/
nessusraw.h
< prev
next >
Wrap
C/C++ Source or Header
|
2006-06-13
|
415b
|
25 lines
#ifndef NESSUS_RAW_H
#define NESSUS_RAW_H
#ifdef __linux__
#ifndef __BSD_SOURCE
#define __BSD_SOURCE
#endif
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif
#ifndef __FAVOR_BSD
#define __FAVOR_BSD
#endif
#endif
#include <nessusip.h>
#include <nessustcp.h>
#include <nessusudp.h>
#include <nessusicmp.h>
int tcp_ping_host(struct in_addr);
long tcp_timing(struct in_addr, int num_probes, unsigned int port);
#endif